home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / apidev / int24.arc / READ.ME < prev    next >
Text File  |  1988-09-20  |  835b  |  13 lines

  1. TEST24.EXE is a sample program to demonstrate programatic control of the 
  2. DOS critical error handler.  If a program wishes to detect and try to recover
  3. from network errors itself, it can use these routines to set the int 24 vector
  4. to the handler in INT24.ASM.  For network critical errors, the program may
  5. either issue a retry, or may perform some other action to prevent loss of
  6. control and/or data.  In this test program, the user is prompted to remove
  7. the network cable from the back of his machine to simulate a failure of the
  8. physical network.  Then the program attempts to open a file on drive Z:,
  9. which causes the shell to detect the failure and invoke the critical error
  10. handler.  With interrupt 24 taken over by the user module, it simply prompts
  11. the user to put the cable back on.  Then it retries the request.
  12.  
  13.